-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update jQuery mousewheel from v3.1.9 to v 3.2.0 #4574
Conversation
@bennothommo Can you please change the label on this, I would like to put a block on this pr and update it again when jQuery have fixed the passive event listener. |
New lib looks almost identical except for the addition of |
@daftspunk it wasn't merged yet because of the following:
|
This update fixes all the deprecated jQuery code and adds several features like rate limiting for the mousewheel etc.
Link to this issue: #3867
October currently has a Google Chrome warning that says:
This will be fixed in jQuery v4.0.0 see here: jquery/jquery#2871
[update] jQuery team have re-opened my issue and may now consider adding a switch to turn on passive mode for event listeners. In October CMS having the event listeners turned on reduced jank issues and increase performance when I ran some tests. So it would be nice to update this pr in the near future and have the event listeners using passive mode - github issue can be found her: jquery/jquery-mousewheel#202